home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch file is for updating an already installed HDM II
- echo Press Ctrl-Break if this is not true, else press Enter.
- pause
- if x%1 == x goto err
- copy a:hdmenu.com %1
- copy a:hdmhelp.chn %1
- copy a:hdm.doc %1
- copy a:hdm.bat %1
- goto exit
- :err
- echo You must enter the drive and directory containing HDM II
- echo example: UPDATE C:\HDM2
- :exit